home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_146 / dmemacros / modula-2 / ifelse.edrc < prev    next >
Text File  |  1992-05-06  |  432b  |  18 lines

  1. repeat 7 insline `+'  up  firstnb
  2.  
  3. if c>32 `down insline' down
  4.  
  5. repeat 7 down firstnb
  6.  
  7. if c>32 insline
  8.  
  9. repeat 7 up   firstnb del
  10.  
  11.  
  12. `IF () THEN'        firstnb down down
  13. `END (* IF + *)'    firstnb down down
  14. `ELSE'              firstnb down down
  15. `END; (* ELSE + *)' findstr `) THEN' prev
  16.  
  17. escimm (` )    first find `(' right while c<=32 right    scanf %s down    findr `+' $scanf down findr `+' $scanf    up up up up firstnb up tab
  18.